home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / unix / common / configure < prev    next >
Encoding:
Text File  |  1994-10-11  |  1.6 KB  |  78 lines

  1. # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
  2.  
  3.  
  4. if [ ! "$inhibit_glue" ]; then
  5.  
  6.  
  7. # Find out what this system calls `sys_siglist'.
  8. test -n "$silent" || echo "checking for sys_siglist"
  9. cat > conftest.${ac_ext} <<EOF
  10. #include "confdefs.h"
  11.  
  12. int main() { return 0; }
  13. int t() { extern char *sys_siglist[]; puts(*sys_siglist);; return 0; }
  14. EOF
  15. if eval $ac_compile; then
  16.   rm -rf conftest*
  17.   
  18. {
  19. test -n "$verbose" && \
  20. echo "    defining HAVE_SYS_SIGLIST"
  21. echo "#define" HAVE_SYS_SIGLIST "1" >> confdefs.h
  22. DEFS="$DEFS -DHAVE_SYS_SIGLIST=1"
  23. }
  24.  
  25.  
  26. fi
  27. rm -f conftest*
  28.  
  29. test -n "$silent" || echo "checking for _sys_siglist"
  30. cat > conftest.${ac_ext} <<EOF
  31. #include "confdefs.h"
  32.  
  33. int main() { return 0; }
  34. int t() { extern char *_sys_siglist[]; puts(*_sys_siglist);; return 0; }
  35. EOF
  36. if eval $ac_compile; then
  37.   rm -rf conftest*
  38.   
  39. {
  40. test -n "$verbose" && \
  41. echo "    defining HAVE__SYS_SIGLIST"
  42. echo "#define" HAVE__SYS_SIGLIST "1" >> confdefs.h
  43. DEFS="$DEFS -DHAVE__SYS_SIGLIST=1"
  44. }
  45.  
  46.  
  47. fi
  48. rm -f conftest*
  49.  
  50.  
  51. # Find out the name of the table the system's <ctype.h> uses for character
  52. # classification.  This is used by sysdeps/unix/common/glue-ctype.c.
  53. for ctype in _ctype_ __ctype_ __ctype _ctype__ _ctype _locp; do
  54. test -n "$silent" || echo "checking for $ctype"
  55. cat > conftest.${ac_ext} <<EOF
  56. #include "confdefs.h"
  57. #include <ctype.h>
  58. int main() { return 0; }
  59. int t() { $ctype[13];; return 0; }
  60. EOF
  61. if eval $ac_compile; then
  62.   rm -rf conftest*
  63.   
  64. {
  65. test -n "$verbose" && \
  66. echo "    defining HAVE_`echo $ctype | tr 'a-z' 'A-Z'`"
  67. echo "#define" HAVE_`echo $ctype | tr 'a-z' 'A-Z'` "1" >> confdefs.h
  68. DEFS="$DEFS -DHAVE_`echo $ctype | tr 'a-z' 'A-Z'`=1"
  69. }
  70.  
  71.  
  72. fi
  73. rm -f conftest*
  74.  
  75. done
  76.  
  77. fi
  78.